We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cda78 commit c94dad0Copy full SHA for c94dad0
lib/src/modules/instabug.dart
@@ -183,7 +183,11 @@ class Instabug {
183
/// and set the user's [name] and [id] to be included with all reports.
184
/// It also reset the chats on device to that email and removes user attributes,
185
/// user data and completed surveys.
186
- static Future<void> identifyUser(String email, [String? name, String? id]) async {
+ static Future<void> identifyUser(
187
+ String email, [
188
+ String? name,
189
+ String? id,
190
+ ]) async {
191
return _host.identifyUser(email, name, id);
192
}
193
0 commit comments