@override Future<List<int>> getVersion() async { final version = await methodChannel.invokeMethod(METHOD_GET_VERSION); return version; }