@override Future<void> cancelTimer(int id) async { await _methodChannel.invokeMethod<void>('cancelTimer', <String, dynamic>{ 'id': id, }); }