@override Future<void> blink(String id) async { await methodChannel.invokeMethod('blink', {"id": id}); }