logoutUser method

Future<void> logoutUser()

Implementation

Future<void> logoutUser() async {
  await _channel.invokeMethod('clearUserDetails');
}