Returns the current executable path when the platform supports it.
Future<String?> getExecutablePath() { throw UnimplementedError("getExecutablePath() has not been implemented."); }