requestMotionAuthorization method
Request motion / activity recognition permission asynchronously.
Triggers the OS ACTIVITY_RECOGNITION dialog on Android 10+. Returns the actual result after user responds.
Implementation
Future<MotionAuthorizationStatus> requestMotionAuthorization() {
throw UnimplementedError(
'requestMotionAuthorization() has not been implemented.',
);
}