Files
swiftcontrol/prop_public/lib/emulators/shared.dart

10 lines
241 B
Dart

//INFO: This is a stub - contact me if you need the full implementation.
import 'package:flutter/foundation.dart';
class SharedLogic {
static Uint8List? handleWriteRequest(String characteristic, Uint8List value) {
return null;
}
}