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