disconnectDevice method

Future<String?> disconnectDevice()

Implementation

Future<String?>disconnectDevice() {
	throw UnimplementedError('disconnectDevice() has not been implemented.');
}