Future<String> getVersionString() async { return (await instanceManager.channel .invokeMethod<String>('getVersionString'))!; }