mirror of
https://github.com/jonasbark/swiftcontrol.git
synced 2026-02-18 00:17:40 +01:00
10 lines
241 B
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;
|
|
}
|
|
}
|