reconnect method

Future<void> reconnect(
  1. String address
)

Attempts to reconnect to the Nimmsta device using its address.

address specifies the unique address of the Nimmsta device.

Implementation

Future<void> reconnect(String address) {
  throw UnimplementedError('reconnect() has not been implemented.');
}