Returns the platform's cache/temp directory path.
@override Future<String> getTempDirectory() async { final path = await methodChannel.invokeMethod<String>('getTempDirectory'); return path!; }