Retrieves the current user token (JWT) or null if not specified yet.
null
Future<String?> getUserToken() async { return await _channel.invokeMethod('getUserToken'); }