menu
as_instapicker package
documentation
as_instapicker.dart
PhotoManagerPlugin
setLog method
setLog method
dark_mode
light_mode
setLog
method
Future
<
void
>
setLog
(
bool
isLog
)
Implementation
Future<void> setLog(bool isLog) { return _channel.invokeMethod(PMConstants.mLog, isLog); }
as_instapicker package
documentation
as_instapicker
PhotoManagerPlugin
setLog method
PhotoManagerPlugin class