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