Future<bool?> notify(bool? state) async { return await _methodChannel.invokeMethod('notify', {'data': state}); }