init static method
Implementation
static Future<void> init() async {
/// Injects the LogbotSetup deserializer into che Bluetooth client to be able
/// to deserialize the LogbotSetup models when request are sent via bluetooth
LogbotBluetooth.client.customDeserializer =
defaultApiClient.deserializeAsync;
}