sendTimeSystem method

Future<void> sendTimeSystem(
  1. int timeSystemType
)

Implementation

Future<void> sendTimeSystem(int timeSystemType) {
  return mConnconst.invokeMethod('sendTimeSystem', <String, int>{"timeSystemType": timeSystemType});
}