queryLastDynamicRate method

Future<void> queryLastDynamicRate(
  1. String type
)

Implementation

Future<void> queryLastDynamicRate(String type) async {
  await mConnMethodChannel
      .invokeMethod('queryLastDynamicRate', <String, String>{"type": type});
}