static Future<String?> getApkDirectory() async { Map<String, String> params = {}; return await _channel.invokeMethod('getApkDirectory', params); }