startBackgroundMonitoring method
Implementation
Future<bool> startBackgroundMonitoring({
required int intervalMinutes,
String? notificationTitle,
String? notificationBody,
}) {
throw UnimplementedError('startBackgroundMonitoring() has not been implemented.');
}