disableBeaconForegroundService method

Future<void> disableBeaconForegroundService()

Implementation

Future<void> disableBeaconForegroundService() async {
  if (Platform.isAndroid) {
    await _methodChannel.invokeMethod('disableBeaconForegroundService');
  }
}