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