Mobile webviewFlutterLivemapControllersignOutOn this pagesignOut Future<void> signOut () Sign out the current user. Implementation Future<void> signOut() async { await _channel.invokeMethod('signOut');}