Get the user ID which you set.
static Future<String> getUserID() async { final userID = await _invokeMethod<String>('getUserID'); return userID!; }