logOut method

Future<void> logOut()

logOut will clean Zalo session

Ex: await ZaloLogin().logOut();

Implementation

Future<void> logOut() async => channel.invokeMethod('logOut');