reconnect method
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.');
}