getUserId static method

Future getUserId()

Implementation

static Future getUserId() async {
  return await FlutterMongoStitchPlatform.instance.getUserId();
}