Set the user ID.
static Future<void> setUserID(final String userID) async { await _invokeMethod('setUserID', userID); }