getMaximumNotifyLength abstract method

Future<int> getMaximumNotifyLength(
  1. Central central
)

The maximum amount of data, in bytes, that the central can receive in a single notification or indication.

Implementation

Future<int> getMaximumNotifyLength(Central central);