Future<String> getAppExternalPath() async { return await _channel.invokeMethod<String>('$_name/getAppExternalPath') ?? ''; }