static Future<bool?> checkUsagePermission() async { bool? isPermission = await _channel.invokeMethod('isUsagePermission'); return isPermission; }