getPath static method

dynamic getPath()

Implementation

static getPath() async {
  return await _channel.invokeMethod('path');
}