verifyToken method

Future verifyToken ()

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');
}