check bonded ble device after connect return bool
@override Future<bool> checkBonded() => methodChannel .invokeMethod<bool>('checkBonded') .then((value) => value ?? false);