checkPermission method
check permission app return PermissionResult
Implementation
Future<PermissionResult> checkPermission() async {
throw UnimplementedError('checkPermission() has not been implemented.');
}
check permission app return PermissionResult
Future<PermissionResult> checkPermission() async {
throw UnimplementedError('checkPermission() has not been implemented.');
}