enableBeaconForegroundService method

Future<void> enableBeaconForegroundService()

Implementation

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