verifyToken method
Verify token Return null only. That means it is successful. If not login or error, throw PlatformException.
Implementation
verifyToken() async {
return await _methodChannel.invokeMethod('verifyToken');
}
Verify token Return null only. That means it is successful. If not login or error, throw PlatformException.
verifyToken() async {
return await _methodChannel.invokeMethod('verifyToken');
}