static Future<String?> get shareAPKFile async { final String? version = await _channel.invokeMethod('shareAPKFile'); return version; }