stopBackgroundMonitoring method

  1. @override
Future<bool> stopBackgroundMonitoring()
override

Implementation

@override
Future<bool> stopBackgroundMonitoring() async {
  return true;
}