getTrack2Ciphertext method

void getTrack2Ciphertext(
  1. String time
)

Implementation

void getTrack2Ciphertext(String time) async{
  Map<String, String> params = Map<String, String>();
  params['time'] = time;
  await _methodChannel.invokeMethod('getTrack2Ciphertext',params);
}