static Future<bool> logoutUser() async { final bool isFinished = await _channel.invokeMethod('logoutUser'); return isFinished; }