enableLogger static method Null safety
Custom logger to get logs from the SDK. This must be called from within a State.
Implementation
static Future<Function> enableLogger() async {
return await enablePrinting();
}
Custom logger to get logs from the SDK. This must be called from within a State.
static Future<Function> enableLogger() async {
return await enablePrinting();
}