getConnectionType method

Future<String?> getConnectionType()

getConnectionType() returns a String representing the protocol that was used to connect to the printer.

Implementation

Future<String?> getConnectionType() async {
  return await BradyFlutterPluginPlatform.instance.getConnectionType();
}