stopTestRecording method

void stopTestRecording()

Implementation

void stopTestRecording(){
  print('Recording stopped');
  FlutterOboeTest()._stopTestRecording!(_nativeInstance!);
}