closeGatt method

Future<bool> closeGatt()

Implementation

Future<bool> closeGatt() async {
  bool isSuccess = await mConnconst.invokeMethod('closeGatt');
  return isSuccess;
}