Future<String> getInstallRef() async { final installRef = await methodChannel.invokeMethod('getInstallRef'); return installRef; }