@override Future<dynamic> setOption(String method, data) async { return await methodChannel.invokeMethod<dynamic>(method, {"data": data}); }