initGatt abstract method

  1. @visibleForOverriding
Future<void> initGatt()

A method that should implement the GATT initialization.

It should for instance request the highest possible MTU size and subscribe to notifications

Implementation

@visibleForOverriding
Future<void> initGatt();