logout method
logout qiyu
Implementation
Future<dynamic> logout() async {
var result = await _methodChannel.invokeMethod('logout');
return result;
}
logout qiyu
Future<dynamic> logout() async {
var result = await _methodChannel.invokeMethod('logout');
return result;
}