getUserId method

Future getUserId()

Implementation

Future<dynamic> getUserId() async {
  return _channel.invokeMethod("getUserId");
}