logout static method

Future logout()

Implementation

static Future logout() async {
  return await FlutterMongoStitchPlatform.instance.logout();
}