8 lines
245 B
Dart
8 lines
245 B
Dart
/// Shared transport contracts between the GameTime phone app and Wear OS app.
|
|
///
|
|
/// This package is pure Dart by design: no Flutter, Android, persistence, or
|
|
/// business logic belongs here.
|
|
library;
|
|
|
|
export 'src/watch_bridge_contract.dart';
|