Future<String> getSpikeEndUserId() async { final result = await NativeSDKBridge.getSpikeEndUserId( connectionId: connectionId, ); ExceptionHandler.checkException(result); return result; }