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