@override Future<String?> getHeliumUserId() async { final result = await methodChannel.invokeMethod<String?>('getHeliumUserId'); return result; }