getVersion method

  1. @override
Future<VtjCommandResult<GetVersionResult>> getVersion(
  1. BluetoothDevice device
)
override

Implementation

@override
Future<VtjCommandResult<GetVersionResult>> getVersion(
  BluetoothDevice device,
) {
  return _executeCommand<GetVersionResult>(
    device: device,
    createCommand: () => GetVersionCommand(),
  );
}