getIos method

  1. @override
RecordIos? getIos(
  1. String recorderId
)
override

iOS platform specific methods.

Returns null when not on iOS platform.

Implementation

@override
RecordIos? getIos(String recorderId) => null;