getHostPrefix method

Future<String?> getHostPrefix()

Retrieves the host prefix.

Implementation

Future<String?> getHostPrefix() async {
  return await _methodChannel.invokeMethod("getHostPrefix");
}