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