Returns the current executable path when the platform supports it.
@override Future<String?> getExecutablePath() async { return methodChannel.invokeMethod<String>("getExecutablePath"); }