sendDisplayWatchFace method

Future<void> sendDisplayWatchFace(
  1. int watchFaceType
)

Implementation

Future<void> sendDisplayWatchFace(int watchFaceType) async {
  await mConnMethodChannel.invokeMethod(
      'sendDisplayWatchFace', <String, int>{"watchFaceType": watchFaceType});
}