@override Future<int> startBackgroundTask() async { _methodCalls.add('startBackgroundTask'); _backgroundTaskId += 1; return _backgroundTaskId; }