addWatchFace method

Future<bool?> addWatchFace(
  1. String url
)

Implementation

Future<bool?> addWatchFace(String url) {
  throw UnimplementedError('addWatchFace() has not been implemented.');
}