@override Future<bool> permissionCheck(String name) async { PermissionStatus status = await _getPermissionStatus(name); return status.isGranted; }